home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 22
/
Cream of the Crop 22.iso
/
editor
/
lik32125.zip
/
LIKSE32.EXE
/
0
/
RCDATA
/
TFM_HOMEPAGE
/
TFM_HOMEPAGE.txt
Wrap
Text File
|
1996-10-22
|
3KB
|
133 lines
object FM_HomePage: TFM_HomePage
Left = 211
Top = 178
ActiveControl = ED_HomeURl
BorderStyle = bsDialog
Caption = 'Home Page'
ClientHeight = 191
ClientWidth = 393
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Button2: TButton
Left = 112
Top = 160
Width = 89
Height = 25
Caption = 'OK'
TabOrder = 0
OnClick = Button2Click
end
object Button3: TButton
Left = 208
Top = 160
Width = 89
Height = 25
Caption = 'Cancel'
TabOrder = 1
OnClick = Button3Click
end
object Panel1: TPanel
Left = 3
Top = 8
Width = 385
Height = 137
TabOrder = 2
object Label1: TLabel
Left = 5
Top = 16
Width = 85
Height = 13
Caption = 'Start program with'
end
object Label2: TLabel
Left = 5
Top = 70
Width = 100
Height = 13
Caption = 'Home Page Location'
end
object Label4: TLabel
Left = 189
Top = 102
Width = 83
Height = 13
Caption = 'Seconds idle time'
end
object RD_ShowHome: TRadioButton
Left = 112
Top = 40
Width = 113
Height = 17
Caption = 'Home Page'
TabOrder = 0
end
object RadioButton1: TRadioButton
Left = 112
Top = 16
Width = 113
Height = 17
Caption = 'Blank Page'
Checked = True
TabOrder = 1
TabStop = True
end
object ED_HomeURl: TEdit
Left = 112
Top = 68
Width = 225
Height = 21
TabOrder = 2
end
object Button1: TButton
Left = 340
Top = 67
Width = 40
Height = 20
Caption = 'Browse'
TabOrder = 3
OnClick = Button1Click
end
object ED_IdleSec: TSpinEdit
Left = 144
Top = 97
Width = 41
Height = 22
Enabled = False
MaxValue = 65
MinValue = 5
TabOrder = 4
Value = 5
end
object CHK_GoBack: TCheckBox
Left = 8
Top = 100
Width = 129
Height = 17
Caption = 'Load Home Page after'
TabOrder = 5
OnClick = CHK_GoBackClick
end
object RD_LISE: TRadioButton
Left = 232
Top = 16
Width = 113
Height = 17
Caption = 'Local Search Engine'
TabOrder = 6
Visible = False
end
end
object OpenDialog1: TOpenDialog
DefaultExt = 'HTM'
FileEditStyle = fsEdit
Filter = 'HTM Files|*.HTM|HTML Files|*.HTML|All Files|*.*'
Left = 243
Top = 48
end
end